home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / runrun.swf / scripts / DefineSprite_134 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-07-07  |  107 b   |  9 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    if(_parent.render == false)
  5.    {
  6.       stop();
  7.    }
  8. };
  9.